home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_game / thilo100.zip / HILO.CFG < prev    next >
Text File  |  1996-04-08  |  15KB  |  339 lines

  1. ; HILO.CFG - Sample HiLo Card Game door configuration file for one node.
  2. ;
  3. ; This configuration file can be used by the sysop to customize HiLo Card Game
  4. ; door for use on their own system.  HiLo Card Game is designed to run on
  5. ; almost any BBS system automatically.  The configuration file system is provided
  6. ; to allow the customization of options such as paging hours, maximum time
  7. ; permitted within the door, etc...
  8. ;
  9. ; Any text following a semi-colon (;), and blank lines, are ignored.
  10. ;
  11. ;------------------------------------------------------------------------------
  12. ;
  13. ;  BBS system directory. Indicates where the door information file (drop file)
  14. ;  can be found. Remove the semi-colon (;) to activate this option.  You may
  15. ;  also specify the drop filename here!
  16. ;
  17. BBSDir    C:\SF\SFDOORS.DAT
  18. ;
  19. ;------------------------------------------------------------------------------
  20. ;
  21. ;  The door's working directory. This is where the door's system files are
  22. ;  located. Remove the semi-colon (;) to activate this option.
  23. ;
  24. DoorDir    C:\SF\DOORS\HILO
  25. ;
  26. ;------------------------------------------------------------------------------
  27. ;
  28. ;  Local mode override. Forces door to always operate in local test mode.
  29. ;  Remove the semi-colon (;) to activate this option. When this mode is
  30. ;  activated, no door information file is required and default settings are
  31. ;  used for the user's name, location, etc.
  32. ;
  33. ;LocalMode
  34. ;
  35. ;------------------------------------------------------------------------------
  36. ;
  37. ;  Door personality setting. This setting selects one of a number of sysop
  38. ;  interface personalities. Each personality setting emulates the status line
  39. ;  format and sysop function keys of a particular BBS package. Valid
  40. ;  personality settings are:
  41. ;
  42. ;                     Standard            (OpenDoors style, similar to RA 1.11)
  43. ;                     PCBoard
  44. ;                     RemoteAccess
  45. ;                     Wildcat
  46. ;
  47. Personality    Standard
  48. ;
  49. ;------------------------------------------------------------------------------
  50. ;
  51. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  52. ;  door should record log information. To disable the log file altogether,
  53. ;  remove the semi-colon (;) from the "DisableLogging" line.
  54. ;
  55. LogFileName    HILO.LOG
  56. ;DisableLogging
  57. ;
  58. ;------------------------------------------------------------------------------
  59. ;  The number of spaces to indent when writing to the log file.
  60. ;
  61. IndentSpace 15
  62. ;
  63. ;------------------------------------------------------------------------------
  64. ;  Allow the user to logoff the BBS from within the door. (YES or NO).
  65. ;
  66. AllowLogOff YES
  67. ;
  68. ;------------------------------------------------------------------------------
  69. ;
  70. ;  BBS node number that door is running on. Only used if HiLo Card Game is
  71. ;  unable to determine the node number by some other means.
  72. ;
  73. ;Node    1
  74. ;
  75. ;------------------------------------------------------------------------------
  76. ;
  77. ;  Sysop paging hours. Sysop paging will be permitted beginning at the start
  78. ;  time, up until, but not including, the end time. Times should be in 24-hour
  79. ;  format. To disable paging on a particular day, set the paging start and end
  80. ;  times to the same time.
  81. ;
  82. ;                      Start Time    End Time
  83. SundayPagingHours         9:00        22:00
  84. MondayPagingHours         8:30        22:00
  85. TuesdayPagingHours        8:30        22:00
  86. WednesdayPagingHours      8:30        22:00
  87. ThursdayPagingHours       6:30        22:00
  88. FridayPagingHours         8:30        22:00
  89. SaturdayPagingHours       9:00        22:00
  90. ;
  91. ;------------------------------------------------------------------------------
  92. ;
  93. ;  Duration of sysop page. Value indicates the number of beeps that compose the
  94. ;  sysop page alarm.
  95. ;
  96. PageDuration    10
  97. ;
  98. ;------------------------------------------------------------------------------
  99. ;
  100. ;  Maximum length of time a user is permitted to access the door. If the user's
  101. ;  total remaining time on the BBS is less than this value, the user will only
  102. ;  be permitted to access the door for this shorter length of time. This option
  103. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  104. ;  When this option is disabled, the user will be permitted to use the full
  105. ;  of their remaining time on the BBS within the door.
  106. ;
  107. ;MaximumDoorTime    15
  108. ;
  109. ;------------------------------------------------------------------------------
  110. ;
  111. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  112. ;  without the user pressing any key, before the user will be automatically
  113. ;  disconnected. A value of 0 disables inactivity timeouts.
  114. ;
  115. InactivityTimeout    220
  116. ;
  117. ;------------------------------------------------------------------------------
  118. ;
  119. ;  Name of the sysop. The Door can usually determine the sysop's name from the
  120. ;  information passed to the door by the BBS. However, some BBS software does
  121. ;  not supply this information to doors. In such cases, if the sysop's name is
  122. ;  required by the door, it may be supplied here. Remove the semi-colon (;) to
  123. ;  activate this option.
  124. ;
  125. SysopName    Timothy J. Ward
  126. ;
  127. ;------------------------------------------------------------------------------
  128. ;
  129. ;  Name of the BBS. The Door can usually determine the name of the BBS from
  130. ;  the information passed to the door by the BBS. However, some BBS software
  131. ;  does not supply this information to door programs. In such cases, if the
  132. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  133. ;  semi-colon (;) to activate this option.
  134. ;
  135. SystemName    The Ultimate House of Fun BBS
  136. ;
  137. ;------------------------------------------------------------------------------
  138. ;
  139. ;  Door colour options. These options specify the various text colours that
  140. ;  will be used by the door if ANSI or AVATAR graphics modes are available.
  141. ;  Colours are specified in the format:
  142. ;
  143. ;         {Bright} {Flashing} [Foreground Colour] on [Background Colour]
  144. ;
  145. ;  Where foreground and background colours are one of:
  146. ;
  147. ;         Black
  148. ;         Blue
  149. ;         Green
  150. ;         Cyan
  151. ;         Red
  152. ;         Magenta
  153. ;         Yellow / Brown
  154. ;         White / Grey
  155. ;
  156. ChatUserColour               Bright white on black
  157. ChatSysopColour              Bright red on black
  158. PagePromptColour             Bright white on black
  159. PopupMenuTitleColour         Bright white on grey
  160. PopupMenuBorderColour        Black on grey
  161. PopupMenuTextColour          Black on grey
  162. PopupMenuKeyColour           Red on grey
  163. PopupMenuHighlightColour     Grey on black
  164. PopupMenuHighKeyColour       Red on black
  165. ;
  166. ;------------------------------------------------------------------------------
  167. ;
  168. ;  Memory swapping options. These options are generally not needed, but can be
  169. ;  used to customize OpenDoor's swapping behaviour. "SwappingDir" can be used
  170. ;  to specify which directory or directories should be used for swapping.
  171. ;  Multiple directory paths can be seperated using a semi-colon.
  172. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  173. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  174. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  175. ;
  176. SwappingDir    C:\
  177. ;SwappingNoEMS
  178. ;SwappingDisable
  179. ;
  180. ;------------------------------------------------------------------------------
  181. ;
  182. ;  Serial port options. These options are generally not needed, as these
  183. ;  settings can usually be determined from the BBS door information file.
  184. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  185. ;  with the modem. "SerialPort" specifies the port port number that the modem
  186. ;  is connected to. Unless you have reassigned the port numbers through your
  187. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  188. ;  so on. Remove the semi-colon (;) to activate either of these options.
  189. ;
  190. LockedBPS    38400
  191. SerialPort   1
  192. ;
  193. ;
  194. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  195. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  196. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  197. ;  the door to always communicate directly with the modem, bypassing any
  198. ;  FOSSIL driver.
  199. ;
  200. ;NoFossil
  201. ;
  202. ;------------------------------------------------------------------------------
  203. ;
  204. ;  The following options only apply if a FOSSIL driver is NOT being used for
  205. ;  serial communications. If a FOSSIL driver IS being used, these options
  206. ;  are normally set on the FOSSIL driver command line.
  207. ;
  208. ;  Hexidecimal address of the serial port. This address can usually be
  209. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  210. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  211. ;  (;) to activate this option.
  212. ;
  213. ;PortAddress 2F8
  214. ;
  215. ;
  216. ;  Interrupt request line that the serial port is using. May be any IRQ line
  217. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  218. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  219. ;  to activate this option.
  220. ;
  221. ;PortIRQ 4
  222. ;
  223. ;
  224. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  225. ;  the serial I/O receive buffer. You may want to increase this buffer size
  226. ;  if you find that characters being sent from the user's modem are being lost.
  227. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  228. ;  buffer. You may want to increase this buffer size for improved performance
  229. ;  in some multitasking environments.
  230. ;
  231. ReceiveBuffer 256
  232. TransmitBuffer 1024
  233. ;
  234. ;
  235. ;  UART FIFO buffers. Normally, the door will use 16550A UART FIFO buffers
  236. ;  if they are available. You can prevent the door from using the FIFO
  237. ;  buffers, even if they are available, by removing the semi-colon before
  238. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  239. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  240. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  241. ;  bytes.
  242. ;
  243. ;NoFIFO
  244. FIFOTriggerSize 4
  245. ;
  246. ;------------------------------------------------------------------------------
  247. ;
  248. ;  Custom door information file support. the door automatically recognizes
  249. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  250. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  251. ;  to permit the door to operate on BBS systems that produce a different
  252. ;  format file, you may define a custom door information file format. A custom
  253. ;  door information file format is defined using the "CustomFileName" command,
  254. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  255. ;
  256. ;  The "CustomFileName" option specifies the filename used to distinguish this
  257. ;  file format from other file formats. This filename should not include a
  258. ;  path. To specify the path where the door information file is located, use
  259. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  260. ;  custom format is the same as that of one of the built-in formats, the custom
  261. ;  format will override the built-in format.
  262. ;
  263. ;  The actual format of the custom file is specified using a number of lines
  264. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  265. ;  correspond to a single line in the door information file, with the option
  266. ;  following the "CustomFileLine" keyword specifying the information that can
  267. ;  be found on that line. This can be one of the following keywords:
  268. ;
  269. ;                    Ignore - Causes the next line in the door information
  270. ;                             file to be ignored. Use on lines for which none
  271. ;                             of the options below apply.
  272. ;                   ComPort - COM? port the modem is connected to
  273. ;                             (0 indicates local mode)
  274. ;                FossilPort - Fossil port number the modem is connected to
  275. ;                  ModemBPS - BPS rate at which to communicate with modem
  276. ;                             (0 or non-numerical value indicates local mode)
  277. ;                 LocalMode - 1, T or Y if door is operating in local mode
  278. ;                  UserName - Full name of the user
  279. ;             UserFirstName - First name(s) of the user
  280. ;              UserLastName - Last name of the user
  281. ;                     Alias - The user's psuedonym / handle
  282. ;                 HoursLeft - Hours user has left online
  283. ;               MinutesLeft - Minutes user has left online, or time left online
  284. ;                             in format hh:mm
  285. ;               SecondsLeft - Seconds user has left online, or time left online
  286. ;                             in format hh:mm:ss or format mm:ss
  287. ;                             (If more than one of the above time options are
  288. ;                             used, the user time left is taken to be the total
  289. ;                             of all of these values.)
  290. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  291. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  292. ;                       RIP - 1, T or Y for RIP graphics mode
  293. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  294. ;              ScreenLength - Number of lines on user's screen
  295. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  296. ;                  Security - The user's security level / access level
  297. ;                      City - City the user is calling from
  298. ;                      Node - Node number user is connected to
  299. ;                 SysopName - Full name of the sysop
  300. ;            SysopFirstName - The sysop's first name(s)
  301. ;             SysopLastName - The sysop's last name
  302. ;                SystemName - Name of the BBS
  303. ;
  304. ;
  305. ;CustomFileName    SFDOORS.DAT
  306. ;CustomFileLine    UserName
  307. ;CustomFileLine    Ignore
  308. ;CustomFileLine    UserFirstName
  309. ;CustomFileLine    ModemBPS
  310. ;CustomFileLine    ComPort
  311. ;CustomFileLine    MinutesLeft
  312. ;CustomFileLine    Ignore
  313. ;CustomFileLine    Ignore
  314. ;CustomFileLine    ANSI
  315. ;CustomFileLine    Security
  316. ;CustomFileLine    Ignore
  317. ;CustomFileLine    Ignore
  318. ;CustomFileLine    MinutesLeft
  319. ;CustomFileLine    Ignore
  320. ;CustomFileLine    Ignore
  321. ;CustomFileLine    Ignore
  322. ;CustomFileLine    Ignore
  323. ;CustomFileLine    Ignore
  324. ;CustomFileLine    Ignore
  325. ;CustomFileLine    Ignore
  326. ;CustomFileLine    Node
  327. ;CustomFileLine    Ignore
  328. ;CustomFileLine    Ignore
  329. ;CustomFileLine    Ignore
  330. ;CustomFileLine    Ignore
  331. ;CustomFileLine    Ignore
  332. ;CustomFileLine    Ignore
  333. ;CustomFileLine    Ignore
  334. ;CustomFileLine    City
  335. ;CustomFileLine    Ignore
  336. ;CustomFileLine    RIP
  337. ;
  338. ;------------------------------------------------------------------------------
  339.